.nearlynews-item-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.nearlynews-item{
    cursor: pointer;
    position: relative;
    margin: 0 6px 6px 0;
}
.nearlynews-item:hover .nearlynews-title{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0,0,0,.4);
}
.nearlynews-item img{
    width: 200px;
    height: 150px;
    /*margin: 0 6px 6px 0;*/
    object-fit: cover;
}
.nearlynews-item:nth-child(2n){
    margin:0 0 6px 0;
}
.nearlynews-title{
    width: 100%;
    position: absolute !important;
    bottom:0;
    color: #fff;
    font-size: 1em;
    box-sizing: border-box;
    padding: 0 8px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow:hidden;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}
.asideAd{
    width: 100%;
}
.asideAd img{
    width: 100%;
    height: auto;
    transform: translateY(-10px);
}
.middleFullAD img{
    width: 100%;
}
.bottomAD img{
    width: 100%;
}
.second-nav-box,
.second-nav-box-many{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top:2px solid #e5e5e5;
    padding-bottom: 15px;
}
.second-nav-left,
.second-nav-left-many{
    display: flex;
}
.second-nav-left-many{
    cursor: pointer;
}
.second-nav-right,
.second-nav-right-many{
    color: #e70012;
    font-size: 16px;
    margin-top: 10px;
}
.second-nav,
.second-nav-many{
    color: #333;
    font-weight: bold;
    font-size: 26px;
    border-top:2px solid #e70012;
    padding-top: 10px;
    margin-top: -2px;
    margin-right: 15px;
}
.second-nav-many{
    border-top-color: transparent;
}
.second-nav-many-active{
    border-top-color: #e70012;
    color: #e70012;
}
.vr-box{
    margin-bottom: 62px;
}
.vr-box img{
    cursor: pointer;
    width: 100%;
}
.aside-module{
    cursor: pointer;
}
.aside-first{
    position: relative;
}
.aside-first img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 93/44;
}
.aside-text-box{
    padding: 20px 20px 10px 20px;
    background-color: #f5f5f5;
}
.aside-text-item{
    display: flex;
    margin-bottom: 15px;
}
.aside-circle{
    min-width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #e70012;
    margin-right: 15px;
    margin-top: 7px;
}
.aside-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.aside-text:hover{
    color: #e70012;
}
.aside-first-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
}
.other-nav{
    display: flex;
    background-color: #fbfbfb;
    color: #333;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}
.other-nav-item{
    cursor: pointer;
    padding: 0 25px;
}
.other-nav-item:hover,
.other-nav-item-active{
    color: #fff;
    background-color: #e70012;
}
.index-price-box{}
.index-price-nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.index-price-nav-item{
    cursor: pointer;
    width: 45%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #444;
    background-color: #f5f5f5;
    text-align: center;
}
.index-price-nav-item:hover,
.index-price-nav-item-active{
    color: #fff;
    background-color: #e70012;
}
.nnpl{
    margin-bottom: 50px;
}
.zthd{
    margin-bottom: 50px;
}
.gdxczx{
    margin-bottom: 50px;
}
.index-price-secondnav{
    display: flex;
    font-size: 16px;
    padding: 25px 0 10px 0;
}
.index-price-secondnav-area{
    flex: 40%;
    text-align: center;
}
.index-price-secondnav-type{
    flex: 20%;
    text-align: center;
}
.index-price-secondnav-price{
    flex: 40%;
    text-align: center;
}
.index-price-item{
    display: flex;
    align-items: center;
    font-size: 17px;
    height: 48px;
    border-top: 1px dashed #ccc;
}
.index-price-item:nth-last-child(1){
    border-bottom: 1px dashed #ccc;
}
.index-price-item-name{
    flex:40%;
    text-align: left;
    box-sizing: border-box;
   text-align: center;
}
.index-price-item-type{
    flex:20%;
    text-align: center;
}
.index-price-item-price{
    flex: 40%;
    text-align: center;
}
.vr-nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background-color: #fbfbfb;
    margin-bottom: 20px;
}
.vr-nav-left{
    color: #fff;
    background-color: #e70012;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    padding: 0 25px;
    
}
.vr-nav-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vr-city-btn{
    border: none;
    background-color: #fbfbfb;
    font-size: 22px;
    color: #333;
}
.vr-city-btn:hover{
    color: #e70012;
    background-color: #fbfbfb;
}
.vr-city-item{
    font-size: 18px;
    color: #333;
    display: flex;
    justify-content: center;
    cursor: pointer;
    padding: 5px 0;
}
.vr-city-item:hover{
    color: #e70012;
}
.vr-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.vr-list a{
    text-decoration: none;
}
.vr-item{
    width: 24%;
    background-color: #fff;
    box-shadow: 2px 2px 5px 2px hsla(0,0%,86.3%,.2), -2px -2px 5px 2px hsla(0,0%,86.3%,.3);
    margin-bottom: 20px;
    margin-right: 1.3333%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.vr-item:nth-child(4n){
    margin-right: 0;
}
.vr-img img{
    width: 100%;
    aspect-ratio: 310/245;
    object-fit: cover;
}
.vr-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
}
.vr-name{
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding: 10px 20px;
}
.vr-name:hover{
    color: #e70012;
}
.vr-time{
    font-size: 14px;
    color: #999;
    padding: 0 20px;
}
.video-loadbtn,
.vr-loadbtn{
    width:100%;
    height:60px;
    border:1px solid #ccc;
    color:#666;
    text-align:center;
    font-size:20px;
    line-height:60px;
    letter-spacing:2px;
    cursor:pointer;
}
#my-video{
    max-width: 100%;
    max-height: 520px !important;
    margin-top: 10px !important;
}
.my-video-dimensions{
    width: 100%;
}
#my-video_html5_api{
    width: 100% !important;
}

.headline{
    height: 56px;
    background-color: #fff;
    box-shadow: 1px 1px 7px 1px rgba(230, 230, 230, 0.3),-1px -1px 7px 1px rgba(230, 230, 230, 0.3);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.headline img{
    width: 97px;
    height: 30px;
    margin:0 13px;
}
.headTitle{
    cursor: pointer;
    max-width: 735px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    line-height: 56px;
}
.headTitle a{
    text-decoration: none;
}
.headTitle a:hover{
    color: #e40012;
}


.category-nav{
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border: 2px solid #e70012;
    font-size: 16px;
    display: flex;
    align-content: center;
}
.category-nav-item{
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e70012;
    background-color: #FFF;
}
.category-nav-item-active{
    color: #fff;
    background-color: #e70012;
}
.category-nav-item:nth-child(2){
    border-left: 2px solid #e70012;
    border-right: 2px solid #e70012;
}
.category-nav-item:nth-child(3){
    border-right: 2px solid #e70012;
}
.price-data-box{
    margin-top: 10px;
}
.price-data-title{
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #e5e5e5;
    color: #999;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.price-data{
    
}
.price-data-item{
    width: 100%;
    height: 65px;
    border-bottom: 2px dashed #e5e5e5;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.price-data-title-content,
.price-data-item-content{
    display: flex;
    justify-content: center;
}


@media screen and (min-width:1200px) and (max-width:1500px){
    .pr-mobile{
        padding-right: 0;
    }
    /*#index-focus{*/
    /*  width: 100%;*/
    /*  aspect-ratio: 843/470 !important;*/
    /*}*/
    /*.carousel-focus .item .carousel-img{*/
    /*      width: 100%;*/
    /*        aspect-ratio: 843/470 !important;*/
    /* }*/
    /*#index-focus .item .carousel-img{*/
    /*    height: 418px;*/
    /*}*/
    #index-focus .item .carousel-img{
        height: 424px;
    }
    .nearlynews-item{
        margin: 0 8px 8px 0;
    }
    .nearlynews-item:nth-child(2n){
        margin:0 0 8px 0;
    }
    .nearlynews-item img{
        width: 176px;
        height: auto;
        aspect-ratio: 4/3;
        /*margin: 0 8px 8px 0;*/
    }
    .asideAd img{
        transform: translateY(-12px);
    }
    .nnpl{
        margin-bottom: 70px;
    }
    .vr-box{
        /*margin-bottom: 90px;*/
        margin-bottom: 140px;
    }
}
@media screen and (min-width:992px) and (max-width:1200px){
    .pr-mobile{
        padding-right: 0;
    }
    /*#index-focus{*/
    /*  width: 100%;*/
    /*  aspect-ratio: 843/470 !important;*/
    /*}*/
    /*.carousel-focus .item .carousel-img{*/
    /*      width: 100%;*/
    /*        aspect-ratio: 843/470 !important;*/
    /* }*/
    #index-focus .item .carousel-img{
        height: 351px;
    }
    .nearlynews-item{
        margin: 0 5px 5px 0;
    }
    .nearlynews-item:nth-child(2n){
        margin:0 0 5px 0;
    }
    .nearlynews-item img{
        width: 144px;
        height: auto;
        aspect-ratio: 4/3;
        /*margin: 0 5px 5px 0;*/
    }
    .nearlynews-title{
        height: 37px;
        font-size: 0.85em;
    }
    .asideAd img{
        transform: translateY(-7px);
    }
    .second-nav{
        font-size: 21px;
    }
    .second-nav-right{
        font-size: 16px;
    }
    .nnpl{
        margin-bottom: 116px;
    }
    .other-nav{
        height: 50px;
        line-height: 50px;
        font-size: 21px;
    }
    .index-price-nav-item{
        font-size: 16px;
    }
    .vr-box{
        /*margin-bottom: 136px;*/
        margin-bottom:257px;
    }
    .index-price-secondnav-area{
        flex: 30%;
        text-align: left;
        padding-left: 17%;
    }
    .vr-name{
        font-size: 16px;
    }
}
@media screen and (min-width:768px) and (max-width:992px){
    .pr-mobile{
        padding-right: 15px;
    }
    /*#index-focus{*/
    /*  width: 100%;*/
    /*  aspect-ratio: 843/470 !important;*/
    /*}*/
    /*.carousel-focus .item .carousel-img{*/
    /*      width: 100%;*/
    /*        aspect-ratio: 843/470 !important;*/
    /* }*/
    #index-focus .item .carousel-img{
        height: 401px;
    }
    aside{
        padding-right: 0 !important;
    }
    .nearlynews-item-box{
        justify-content: space-around;
    }
    .nearlynews-item{
        width: 24%;
        margin: 0 6px 6px 0;
    }
    .nearlynews-item img{
        width: 100%;
        height: auto;
        aspect-ratio:4/3;
    }
    .nearlynews-title{
        height: 35px;
        font-size: 0.7em;
    }
    .second-nav,
    .second-nav-many{
        font-size: 20px;
    }
    .second-nav-right,
    .second-nav-right-many{
        font-size: 14px;
    }
    .bottomAD{
        margin-bottom: 40px;
    }
    .other-nav{
        height: 50px;
        line-height: 50px;
        font-size: 21px;
    }
    .vr-box{
        margin-bottom: 20px;
    }
    .nnpl,
    .gdxczx{
        margin-bottom: 30px;
    }
    .index-price-secondnav-area{
        flex: 30%;
        text-align: left;
        padding-left: 8%;
    }
    .vr-item{
        width: 48%;
        margin-right: 4%;
    }
    .vr-item:nth-child(2n){
        margin-right:0;
    }
    .vr-info{
        height: 90px;
    }
    .vr-name{
        font-size: 18px;
    }
    .vr-nav{
        height: 50px;
    }
    .vr-nav-left{
        font-size: 20px;
        line-height:50px;
    }
    .vr-city-btn{
        font-size: 20px;
    }
}
@media screen and (max-width:768px){
    .index-focus{
        margin-bottom: 10px;
    }
    .carousel-caption{
        width: 100%;
        padding: 0;
        bottom: 0;
        text-align: left;
        left: 0;
        right: 0;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .carousel-caption h3{
        font-size: 16px !important;
    }
    .pr-mobile{
        padding-right: 15px;
    }
    .nearlynews-item-box{
        justify-content: space-around;
    }
    .nearlynews-item{
        width: 48%;
        margin: 0 6px 6px 0;
    }
    .nearlynews-item img{
        width: 100%;
        height: auto;
        aspect-ratio:4/3;
        /*margin: 0 6px 6px 0;*/
    }
    .nearlynews-title{
        height: 35px;
        font-size: 0.85em;
    }
    .vr-box{
        margin-bottom: 20px;
    }
    .second-nav,
    .second-nav-many{
        font-size: 18px;
    }
    .second-nav-right,
    .second-nav-right-many{
        font-size: 12px;
    }
    .bottomAD{
        /*margin-bottom: 40px;*/
    }
    .other-nav{
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .index-price-nav-item{
        font-size: 16px;
    }
    .zthd{
        margin-bottom: 20px;
    }
    .nnpl,
    .gdxczx{
        margin-bottom: 30px;
    }
    .index-price-secondnav-area{
        flex: 30%;
        text-align: left;
        padding-left: 8%;
    }
    .vr-item{
        width: 48%;
        margin-right: 4%;
    }
    .vr-item:nth-child(2n){
        margin-right:0;
    }
    .vr-info{
        height: 80px;
    }
    .vr-name{
        font-size: 14px;
    }
    .vr-nav{
        height: 40px;
    }
    .vr-nav-left{
        font-size: 18px;
        line-height:40px;
    }
    .vr-city-btn{
        font-size: 18px;
    }
    ul.dropdown-menu{
        width: 60%;
        background-color: #FFF;
    }
    .bottomAD{
        /*margin-bottom: 10px;*/
    }
    .footer-report,
    .footer-copyright{
        margin-right: 0;
    }
    .other-nav-item{
        font-size: 14px;
    }
}